Fixed typo in comment (the name of Markus Kuhn)
authorSimos Xenitellis <simos@src.gnome.org>
Thu, 10 Jul 2008 23:20:30 +0000 (23:20 +0000)
committerSimos Xenitellis <simos@src.gnome.org>
Thu, 10 Jul 2008 23:20:30 +0000 (23:20 +0000)
svn path=/trunk/; revision=20817

ChangeLog
gtk/compose-parse.py
gtk/gtkimcontextsimple.c

index 5150ce74f65189738cf19ac7be6b0cd12840b701..6d16cd96acd38d935593b8c6121bf0dbfe505bc5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2008-07-11  Simos Xenitellis  <simos@gnome.org>
 
+       * gtk/compose-parse.py:
+       * gtk/gtkimcontextsimple.c:
+       Fixed typo for the name of Markus Kuhn, issue mentioned 
+       in bug #321896 (comment 61).
+       
+2008-07-11  Simos Xenitellis  <simos@gnome.org>        
+
        Bug 334418 – Support easy input of ellipsis
 
        * gtk/gtkimcontextsimpleseqs.h: Fixed 18 compose sequences
index af86939cd5cefd20c4db1689dbe143030600c322..0a0119ea8234b5ad297e43d2dc9e0eefc8e6f370 100755 (executable)
@@ -334,9 +334,9 @@ def process_keysymstxt():
        """ This is preferential treatment for Greek """
        # keysymdb['combining_tilde'] = 0x342   
 
-       """ This is for a missing keysym from Marcus Khun's db """
+       """ This is for a missing keysym from Markus Kuhn's db """
        keysymdb['dead_stroke'] = 0x338
-       """ This is for a missing keysym from Marcus Khun's db """
+       """ This is for a missing keysym from Markus Kuhn's db """
        # keysymdb['Oslash'] = 0x0d8            
 
        """ This is for a missing (recently added) keysym """
index 1089e6dbcd35b9320c4e3fa103a7aa97867bf556..fa8e5705270c75e73a75cc17724f1fb2577bdac8 100644 (file)
@@ -403,8 +403,8 @@ check_algorithmically (GtkIMContextSimple    *context_simple,
                                         */
            CASE (dasia, 0x314);
            CASE (iota, 0x0345); /* Used by Greek Polytonic layout only; "ypogegrammeni" */
-           CASE (voiced_sound, 0x3099);        /* Per Marcus Khun keysyms.txt file. */
-           CASE (semivoiced_sound, 0x309a);    /* Per Marcus Khun keysyms.txt file. */
+           CASE (voiced_sound, 0x3099);        /* Per Markus Kuhn keysyms.txt file. */
+           CASE (semivoiced_sound, 0x309a);    /* Per Markus Kuhn keysyms.txt file. */
            CASE (belowdot, 0x0323);
            CASE (hook, 0x0309);
            CASE (horn, 0x031b);        /* Normally is 0x31b; Greek Polytonic needs 0x313 (or 0x343).